Skip to content

nullblk: use lock guards#748

Open
blktests-ci[bot] wants to merge 2 commits intolinus-master_basefrom
series/1082742=>linus-master
Open

nullblk: use lock guards#748
blktests-ci[bot] wants to merge 2 commits intolinus-master_basefrom
series/1082742=>linus-master

Conversation

@blktests-ci
Copy link
Copy Markdown

@blktests-ci blktests-ci Bot commented Apr 18, 2026

Pull request for series with
subject: nullblk: use lock guards
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1082742

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 18, 2026

Upstream branch: d60bc14
series: https://patchwork.kernel.org/project/linux-block/list/?series=1082742
version: 1

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 19, 2026

Upstream branch: d60bc14
series: https://patchwork.kernel.org/project/linux-block/list/?series=1082896
version: 2

@blktests-ci blktests-ci Bot added V2 and removed V1 labels Apr 19, 2026
@blktests-ci blktests-ci Bot force-pushed the series/1082742=>linus-master branch from afdad5d to 4696116 Compare April 19, 2026 05:17
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 6b4d829 to ceec5ed Compare April 21, 2026 06:51
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 21, 2026

Upstream branch: b4e0758
series: https://patchwork.kernel.org/project/linux-block/list/?series=1082896
version: 2

@blktests-ci blktests-ci Bot force-pushed the series/1082742=>linus-master branch from 4696116 to ae079b7 Compare April 21, 2026 06:52
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from ceec5ed to 3b54e52 Compare April 22, 2026 20:20
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 22, 2026

Upstream branch: 6596a02
series: https://patchwork.kernel.org/project/linux-block/list/?series=1082896
version: 2

@blktests-ci blktests-ci Bot force-pushed the series/1082742=>linus-master branch from ae079b7 to f1e7be5 Compare April 22, 2026 20:20
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 3b54e52 to 6a0b974 Compare April 23, 2026 16:58
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 23, 2026

Upstream branch: 507bd4b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1082896
version: 2

@blktests-ci blktests-ci Bot force-pushed the series/1082742=>linus-master branch from f1e7be5 to 2b87f01 Compare April 23, 2026 16:59
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 6a0b974 to 59ca59b Compare April 24, 2026 00:56
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 24, 2026

Upstream branch: dd6c438
series: https://patchwork.kernel.org/project/linux-block/list/?series=1082896
version: 2

@blktests-ci blktests-ci Bot force-pushed the series/1082742=>linus-master branch from 2b87f01 to f1d255a Compare April 24, 2026 00:56
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch 2 times, most recently from 94f0438 to 857ada9 Compare April 24, 2026 07:54
Use guard() and scoped_guard() for handling mutex and spin locks instead of
manually locking and unlocking. This prevents forgotten locks due to early
exits and remove the need of gotos.

Signed-off-by: Ricardo H H Kojo <[email protected]>
Co-developed-by: Ellian Carlos <[email protected]>
Signed-off-by: Ellian Carlos <[email protected]>
Co-developed-by: Gabriel B L de Oliveira <[email protected]>
Signed-off-by: Gabriel B L de Oliveira <[email protected]>
Use guard() and scoped_guard() for handling spin locks instead of manually
locking and unlocking. This prevents forgotten locks due to early exits.

Signed-off-by: Ricardo H H Kojo <[email protected]>
Co-developed-by: Ellian Carlos <[email protected]>
Signed-off-by: Ellian Carlos <[email protected]>
Co-developed-by: Gabriel B L de Oliveira <[email protected]>
Signed-off-by: Gabriel B L de Oliveira <[email protected]>
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 24, 2026

Upstream branch: dd6c438
series: https://patchwork.kernel.org/project/linux-block/list/?series=1082896
version: 2

@blktests-ci blktests-ci Bot force-pushed the series/1082742=>linus-master branch from f1d255a to 63b1db3 Compare April 24, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant